home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000374_fdc@columbia.edu_Wed Mar 12 10:38:32 EST 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  52 lines

  1. Article: 14172 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.unix.bsd.freebsd.misc,comp.protocols.kermit.misc
  5. Subject: Re: sample freebsd ckermit w/ security makefile
  6. Date: 12 Mar 2003 10:38:26 -0500
  7. Organization: Columbia University
  8. Lines: 35
  9. Message-ID: <b4nk9i$9i$1@watsol.cc.columbia.edu>
  10. References: <805c1bb5.0303120729.719980ee@posting.google.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1047483507 15791 128.59.39.139 (12 Mar 2003 15:38:27 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 12 Mar 2003 15:38:27 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.unix.bsd.freebsd.misc:232406 comp.protocols.kermit.misc:14172
  16.  
  17. In article <805c1bb5.0303120729.719980ee@posting.google.com>,
  18. boz <flyingboz@hotmail.com> wrote:
  19. : Anyone have any sample makefiles for ssl/tls security to be added to
  20. : ckermit 8.0?  I'm running freebsd 5.0, and can compile the default
  21. : makefile for 8.0.208
  22. Is OpenSSL 0.9.7 included with FreeBSD 5.0?
  23.  
  24. Anyway, there are dozens of examples, including one for FreeBSD 4.4:
  25.  
  26.   freebsd44+srp+openssl
  27.  
  28. This one also includes srp, but presumably if you copy this target to:
  29.  
  30.   freebsd44+openssl
  31.  
  32. and remove all references to SRP (and make it apply to the desired
  33. FreeBSD release), it should work.
  34.  
  35. You might also want to look at openbsd30+ssl, or one of the many secure
  36. targets for Linux.  If you have questions, send them to:
  37.  
  38.   kermit-support@columbia.edu
  39.  
  40. Once you get it working we'll add it to the makefile.
  41.  
  42. : On a (somewhat related topic) I have uploaded the binary for .208
  43. : freebsd 5.0 to kermit.columbia.edu -- don't know when they'll post it
  44. : live on the website
  45. It's posted, thanks!
  46.  
  47.   http://www.columbia.edu/kermit/ck80binaries.html
  48.  
  49. - Frank
  50.